.about_a {
  padding-bottom: 5.2083%;
}

.about_a .content {
  line-height: 32px;
  color: #666666;
  text-align: justify;
}

.about_a .wrap {
  padding-bottom: 140px;
  position: relative;
}

.about_a .pftip-box {
  position: absolute;
  left: 0;
  bottom: -80px;
  background: #cf1e1e;
  color: #ffffff;
  padding: 40px 0 40px 88px;
  z-index: 90;
}

.about_a .pftip-box .lt-box {
  float: left;
}

.about_a .pftip-box .lt-box .tl {
  font-size: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  margin-bottom: 12px;
}

.about_a .pftip-box .lt-box .te {
  font-size: 20px;
}

.about_a .pftip-box .rt-box {
  float: right;
  padding-top: 10px;
}

.about_a .pftip-box .rt-box .box {
  float: left;
  padding: 0 60px;
  border-right: 1px solid rgba(221, 221, 221, 0.4);
}

.about_a .pftip-box .rt-box .box .tp {
  margin-bottom: 12px;
}

.about_a .pftip-box .rt-box .box .tp .big {
  font-size: 42px;
  font-weight: bold;
}

.about_a .pftip-box .rt-box .box:last-child {
  border-right: none;
}

.about_a .bgimg img {
  width: 100%;
}

.about_b {
  background-color: #f8f8f8;
}

.about_b .base-ul li {
  position: relative;
  margin-bottom: 190px;
}

.about_b .base-ul li .imgbox {
  width: 57.1429%;
}

.about_b .base-ul li .imgbox img {
  width: 100%;
}

.about_b .base-ul li .text-box {
  position: absolute;
  width: 57.1429%;
  height: 100%;
  top: 90px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(153, 153, 153, 0.18);
  -moz-box-shadow: 0px 6px 30px 0px rgba(153, 153, 153, 0.18);
  box-shadow: 0px 6px 30px 0px rgba(153, 153, 153, 0.18);
  padding: 50px 50px 0 50px;
}

.about_b .base-ul li .text-box .index-box {
  margin-bottom: 35px;
}

.about_b .base-ul li .text-box .index-box .index {
  font-size: 60px;
  float: left;
  color: #cf1e1e;
  margin-right: 20px;
}

.about_b .base-ul li .text-box .index-box .bz {
  float: left;
  height: 60px;
  width: 144px;
  position: relative;
}

.about_b .base-ul li .text-box .index-box .bz::after {
  width: 120px;
  left: 0;
  height: 1px;
  background: #cf1e1e;
}

.about_b .base-ul li .text-box .index-box .bz::before {
  width: 16px;
  height: 16px;
  border: solid 1px #cf1e1e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 0;
}

.about_b .base-ul li .text-box .index-box .bz::before,
.about_b .base-ul li .text-box .index-box .bz::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about_b .base-ul li .text-box .info {
  margin-bottom: 60px;
}

.about_b .base-ul li .text-box .info .in {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
}

.about_b .base-ul li .text-box .info .in .mcolor {
  font-size: 30px;
  color: #cf1e1e;
  font-weight: bold;
}

.about_b .base-ul li .text-box .text {
  color: #999999;
  line-height: 26px;
}

.about_b .base-ul li:nth-child(2n+1) .imgbox {
  float: left;
}

.about_b .base-ul li:nth-child(2n+1) .text-box {
  right: 0;
}

.about_b .base-ul li:nth-child(2n) .imgbox {
  float: right;
}

.about_b .base-ul li:nth-child(2n) .text-box {
  left: 0;
}

.history_a {
  margin-top: 80px;
  position: relative;
  padding-bottom: 60px;
  background: url(../images/history_02.png) no-repeat center bottom;
}

.history_a .tp-box {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}

.history_a .tp-box .lt,
.history_a .tp-box .rt {
  width: 50%;
  float: left;
}

.history_a .tp-box .lt {
  text-align: right;
  color: #333;
  padding-right: 26px;
}

.history_a .tp-box .rt {
  padding-left: 26px;
  color: #cf1e1e;
}

.history_a .history-ul li {
  padding-top: 26px;
  line-height: 28px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li .text,
.history_a .history-ul li .date-box {
  width: 50%;
}

.history_a .history-ul li .text .inbox {
  width: 420px;
  color: #999999;
  padding-bottom: 26px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li .text .inbox::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #dddddd;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li .date-box {
  font-size: 20px;
  color: #333333;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li::before {
  content: "";
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border: 4px solid #e0e0e0;
  top: 32px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.history_a .history-ul li::before {
  background: #999999;
  z-index: 20;
}

.history_a .history-ul li:nth-child(2n+1) .date-box {
  float: left;
  text-align: right;
  padding-right: 26px;
}

.history_a .history-ul li:nth-child(2n+1) .text {
  float: left;
  padding-left: 26px;
}

.history_a .history-ul li:nth-child(2n) .date-box {
  float: right;
  text-align: left;
  padding-left: 26px;
}

.history_a .history-ul li:nth-child(2n) .text {
  float: right;
  text-align: right;
  padding-right: 26px;
}

.history_a .history-ul li:nth-child(2n) .text .inbox {
  float: right;
}

.history_a .history-ul li:hover {
  background-color: #cf1e1e;
}

.history_a .history-ul li:hover .text .inbox {
  color: #fff;
}

.history_a .history-ul li:hover .text .inbox::after {
  display: none;
}

.history_a .history-ul li:hover .date-box {
  color: #fff;
}

.history_a .history-ul li:hover::before {
  border-color: #629fdd;
  background-color: #fff;
}

.history_a::after {
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background-color: #ddd;
  z-index: -1;
}

.more-box {
  padding: 40px 0 86px;
}

.more-box .pub-btn {
  margin: 0 auto;
  border-color: #cf1e1e;
  color: #cf1e1e;
}

.more-box .pub-btn:hover {
  color: #fff;
}

.honor_a .wrap {
  position: relative;
}

.honor_a .wrap .hoverbtn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.honor_a .wrap .hoverbtn img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.honor_a .wrap .hoverbtn::after {
  content: "";
  border: solid 1px #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.honor_a .wrap .hoverbtn:hover {
  background: #cf1e1e;
}

.honor_a .wrap .hoverbtn:hover::after {
  border-color: #cf1e1e;
}

.honor_a .wrap .prev_honor {
  left: 0;
}

.honor_a .wrap .next_honor {
  right: 0;
}

.honor_a .wrap .next_honor img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#honor {
  padding-top: 64px;
  max-width: 810px;
}

#honor .swiper-slide {
  width: 430px;
}

#honor .swiper-slide .imgbox {
  -webkit-box-shadow: 0px 0px 19px 7px rgba(211, 211, 211, 0.4);
  -moz-box-shadow: 0px 0px 19px 7px rgba(211, 211, 211, 0.4);
  box-shadow: 0px 0px 19px 7px rgba(211, 211, 211, 0.4);
  border: solid 1px #dddddd;
}

#honor .swiper-slide .te {
  color: #333333;
  text-align: center;
  line-height: 120px;
}

.partner_a .title-box {
  padding: 64px 0 70px;
  text-align: center;
}

.partner_a .title-box .title {
  font-weight: Bold;
  font-size: 24px;
  margin-bottom: 30px;
  color: #333333;
}

.partner_a .title-box .text {
  width: 564px;
  margin: 0 auto;
  line-height: 28px;
  color: #666666;
}

.partner_a .p_ul {
  padding-bottom: 1px;
}

.partner_a .p_ul li {
  width: 180px;
  float: left;
  position: relative;
  margin-right: -webkit-calc((100% - 1080px) / 5);
  margin-right: -moz-calc((100% - 1080px) / 5);
  margin-right: calc((100% - 1080px) / 5);
  margin-bottom: 50px;
  overflow: hidden;
}

.partner_a .p_ul li img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.partner_a .p_ul li:nth-child(6n) {
  margin-right: 0;
}

.partner_a .p_ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 1px #dddddd;
  pointer-events: none;
}

.partner_a .p_ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.partner_a .more-box {
  padding-top: 20px;
}

.partner_a .more-box .pub-btn {
  border-color: #cf1e1e;
  color: #cf1e1e;
  margin: 0 auto;
}

.partner_a .more-box .pub-btn:hover {
  color: #fff;
}

@media (max-width: 1536px) {
  .about_a .content {
    line-height: 28px;
  }

  .about_a .pftip-box .lt-box .tl {
    font-size: 24px;
  }

  .about_a .pftip-box .lt-box .te {
    font-size: 18px;
  }

  .about_b .base-ul li .text-box .info .in {
    font-size: 18px;
    line-height: 32px;
  }
}

@media (max-width: 1366px) {
  .about_a .wrap {
    padding-bottom: 100px;
  }

  .about_a .pftip-box {
    padding: 30px 0 30px 50px;
  }

  .about_a .pftip-box .lt-box .tl {
    font-size: 20px;
  }

  .about_a .pftip-box .lt-box .te {
    font-size: 16px;
  }

  .about_a .pftip-box .rt-box {
    padding-top: 0;
  }

  .about_a .pftip-box .rt-box .box {
    padding: 0 40px;
  }

  .about_a .pftip-box .rt-box .box .tp .big {
    font-size: 36px;
  }

  .about_b .base-ul li {
    margin-bottom: 160px;
  }

  .about_b .base-ul li .text-box {
    padding: 30px 30px 0 30px;
    top: 80px;
  }

  .about_b .base-ul li .text-box .index-box {
    margin-bottom: 25px;
  }

  .about_b .base-ul li .text-box .index-box .index {
    font-size: 54px;
  }

  .about_b .base-ul li .text-box .info {
    margin-bottom: 30px;
  }

  .about_b .base-ul li .text-box .info .in {
    font-size: 16px;
    line-height: 28px;
  }

  .about_b .base-ul li .text-box .info .in .mcolor {
    font-size: 24px;
  }

  .history_a {
    margin-top: 60px;
  }

  .partner_a .p_ul li {
    width: 160px;
    margin-right: -webkit-calc((100% - 1020px) / 5);
    margin-right: -moz-calc((100% - 1020px) / 5);
    margin-right: calc((100% - 1020px) / 5);
    margin-bottom: -webkit-calc((100% - 1020px) / 5);
    margin-bottom: -moz-calc((100% - 1020px) / 5);
    margin-bottom: calc((100% - 1020px) / 5);
  }
}

@media (max-width: 1280px) {
  #honor .swiper-slide {
    width: 430px;
  }

  .partner_a .title-box {
    padding: 50px 0 40px;
  }

  .more-box {
    padding-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .about_a .pftip-box {
    padding-left: 30px;
  }

  .about_a .pftip-box .rt-box .box {
    padding: 0 30px;
  }

  .partner_a .title-box {
    padding: 50px 0 40px;
  }

  .partner_a .p_ul li {
    margin: 0 -webkit-calc((100% - 800px) / 4) -webkit-calc((100% - 800px) / 4) 0;
    margin: 0 -moz-calc((100% - 800px) / 4) -moz-calc((100% - 800px) / 4) 0;
    margin: 0 calc((100% - 800px) / 4) calc((100% - 800px) / 4) 0;
  }

  .partner_a .p_ul li:nth-child(6n) {
    margin-right: -webkit-calc((100% - 800px) / 4);
    margin-right: -moz-calc((100% - 800px) / 4);
    margin-right: calc((100% - 800px) / 4);
  }

  .partner_a .p_ul li:nth-child(5n) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .about_a {
    padding-bottom: 40px;
  }

  .about_a .wrap {
    padding-bottom: 40px;
  }

  .about_a .content {
    margin-bottom: 30px;
  }

  .about_a .bgimg {
    overflow: hidden;
  }

  .about_a .bgimg img {
    width: 200%;
    max-width: 200%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .about_a .pftip-box {
    position: static;
    padding: 30px 15px;
  }

  .about_a .pftip-box .lt-box {
    margin-bottom: 20px;
  }

  .about_a .pftip-box .lt-box .tl {
    font-size: 18px;
  }

  .about_a .pftip-box .lt-box .te {
    font-size: 14px;
  }

  .about_a .pftip-box .rt-box {
    width: 100%;
  }

  .about_a .pftip-box .rt-box .box {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
    float: none;
    border-right: none;
  }

  .about_a .pftip-box .rt-box .box:last-child {
    margin-bottom: 0;
  }

  .about_b {
    padding-bottom: 50px;
  }

  .about_b .base-ul li {
    margin-bottom: 20px;
  }

  .about_b .base-ul li .imgbox,
  .about_b .base-ul li .text-box {
    width: 100%;
    position: static;
    float: none !important;
  }

  .about_b .base-ul li .text-box {
    padding: 25px 15px;
  }

  .about_b .base-ul li .text-box .index-box {
    margin-bottom: 20px;
  }

  .about_b .base-ul li .text-box .index-box .index {
    font-size: 30px;
  }

  .about_b .base-ul li .text-box .index-box .bz {
    height: 30px;
  }

  .about_b .base-ul li .text-box .info {
    margin-bottom: 15px;
  }

  .history_a {
    margin-top: 50px;
    background: none;
    padding-bottom: 0;
  }

  .history_a .tp-box {
    font-size: 20px;
  }

  .history_a .tp-box .lt,
  .history_a .tp-box .rt {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 30px;
  }

  .history_a .tp-box .lt br,
  .history_a .tp-box .rt br {
    display: none;
  }

  .history_a .history-ul {
    width: auto;
    margin: 0 5%;
    padding-left: 14px;
    position: relative;
  }

  .history_a .history-ul li {
    padding-top: 10px;
  }

  .history_a .history-ul li .date-box,
  .history_a .history-ul li .text {
    float: left !important;
    text-align: left !important;
  }

  .history_a .history-ul li .date-box {
    font-size: 14px;
    width: 90px;
    padding: 0 !important;
  }

  .history_a .history-ul li .text {
    padding: 0 !important;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }

  .history_a .history-ul li .text .inbox {
    width: 100%;
    padding-bottom: 10px;
  }

  .history_a .history-ul li::before {
    left: -14px;
    top: 16px;
  }

  .history_a .history-ul::after {
    content: "";
    left: 0;
    top: 30px;
    bottom: 0;
    width: 1px;
    background: #ddd;
    z-index: -1;
  }

  .history_a .history-ul::before {
    content: "";
    width: 21px;
    height: 10px;
    background: url(../images/history_02.png) no-repeat center;
    left: -11px;
    bottom: 0;
  }

  .history_a::after {
    display: none;
  }

  .honor_a {
    padding-bottom: 50px;
  }

  .honor_a .wrap .prev_honor,
  .honor_a .wrap .next_honor {
    display: none;
  }

  .honor_a .wrap .swiper-pagination {
    position: static;
  }

  .honor_a .wrap .swiper-pagination-bullet {
    margin: 0 5px;
  }

  #honor {
    width: 100%;
    padding-top: 50px;
  }

  #honor .swiper-slide .te {
    line-height: 50px;
  }

  .partner_a .title-box {
    padding: 50px 0 30px;
  }

  .partner_a .title-box .title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .partner_a .title-box .text {
    width: 100%;
  }

  .partner_a .p_ul li {
    margin: 0 -webkit-calc(100% - 320px) -webkit-calc(100% - 320px) 0;
    margin: 0 -moz-calc(100% - 320px) -moz-calc(100% - 320px) 0;
    margin: 0 calc(100% - 320px) calc(100% - 320px) 0;
  }

  .partner_a .p_ul li:nth-child(6n) {
    margin-right: -webkit-calc(100% - 320px);
    margin-right: -moz-calc(100% - 320px);
    margin-right: calc(100% - 320px);
  }

  .partner_a .p_ul li:nth-child(5n) {
    margin-right: -webkit-calc(100% - 320px);
    margin-right: -moz-calc(100% - 320px);
    margin-right: calc(100% - 320px);
  }

  .partner_a .p_ul li:nth-child(2n) {
    margin-right: 0;
  }
}


.section .indiv {
  position: absolute;
  width: 900px;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 200;
}

.section .indiv .title {
  letter-spacing: 6px;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 32px;
  -webkit-transition: all .3s .6s;
  -o-transition: all .3s .6s;
  -moz-transition: all .3s .6s;
  transition: all .3s .6s;
  position: relative;
  top: 60px;
  opacity: 0;
}

.section .indiv .text {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 52px;
  -webkit-transition: all .3s .5s;
  -o-transition: all .3s .5s;
  -moz-transition: all .3s .5s;
  transition: all .3s .5s;
  position: relative;
  top: 60px;
  opacity: 0;
}

.section .indiv .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s .4s;
  -o-transition: all .3s .4s;
  -moz-transition: all .3s .4s;
  transition: all .3s .4s;
  position: relative;
  top: 60px;
  opacity: 0;
}

.section .indiv .btn-box .btn {
  width: 142px;
  height: 42px;
  border: solid 1px #ffffff;
  line-height: 40px;
  color: #fff;
  margin-right: 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.section .indiv .btn-box .btn:last-child {
  margin-right: 0;
}

.section .indiv .btn-box .btn:hover {
  border-color: #cf1e1e;
  background-color: #cf1e1e;
}

.section .indiv .btn-box .zx:hover {
  border-color: #cf1e1e;
  background-color: #cf1e1e;
}

.active .indiv .title,
.active .indiv .text,
.active .indiv .btn-box {
  opacity: 1;
  top: 0;
}

.active .indiv .title {
  -webkit-transition: all .3s .4s;
  -o-transition: all .3s .4s;
  -moz-transition: all .3s .4s;
  transition: all .3s .4s;
}

.active .indiv .text {
  -webkit-transition: all .3s .5s;
  -o-transition: all .3s .5s;
  -moz-transition: all .3s .5s;
  transition: all .3s .5s;
}

.active .indiv .btn-box {
  -webkit-transition: all .3s .6s;
  -o-transition: all .3s .6s;
  -moz-transition: all .3s .6s;
  transition: all .3s .6s;
}

@media (max-width: 1536px) {
  .section .indiv .title {
    font-size: 46px;
    margin-bottom: 20px;
  }

  .section .indiv .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .section .indiv .title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .section .indiv .text {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1280px) {
  .section .indiv .title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {

  .ind_a .indiv .text {
    padding: 0 5%;
  }

  .section {
    position: relative;
  }

  .section .indiv {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section .indiv .title,
  .section .indiv .text,
  .section .indiv .btn-box {
    top: 0;
    opacity: 1;
  }

  .section .indiv .title {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .section .indiv .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .ind_a .indiv {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


/*连接模块*/
.link_area {
  display: block;
  width: 100%;
  /*height: 780px;*/
  /*background: #1b1f25;*/
  background-color: #fbfbfb;
  padding-bottom: 84px;
}

.link_area .link_hook {
  display: flex;
  flex-wrap: wrap;
  width: 1440px;
  /*height: 780px;*/
  margin: 0px auto;
  /*background:#1b1f25 url(../images/bg_3.png) no-repeat 0 0; background-size: contain;*/
}

.link_area .link_tab {
  display: block;
  width: 100%;
  height: 100px;
  float: left;
}

.link_area .tab_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.link_area .tab_list li {
  display: block;
  /*height: 33.3%;*/
  padding-bottom: 10px;
  padding-top: 10px;
  width: 33.3%;
  /*opacity: 0.4;*/
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.link_area .tab_list .tit {
  display: block;
  font-size: 30px;
  /*color: #fff;*/
  /*position: absolute;*/
  /*left: 50%;*/
  /*margin-left: -32%;*/
  /*top: 50%;*/
  /*margin-top: -4.9%;*/
  transition: margin-left 0.3s ease-out;

  /*right: 32px;*/
}

.link_area .tab_list .txt {
  display: block;
  font-size: 16px;
  /*color: #fff;*/
  position: absolute;
  left: 50%;
  margin-left: -32%;
  top: 50%;
  margin-top: 5.8%;
  transition: margin-left 0.3s ease-out;
  right: 30px;
}

.link_area .tab_list .icon {
  display: block;
  height: 16px;
  width: 54px;
  background: url(../images/icon_arrow_r.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  /*margin-left: -21.5%;*/
  margin-left: -32%;
  top: 50%;
  margin-top: 14.8%;
  opacity: 0;
  transition: margin-left 0.3s ease-out, opacity 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .tab_list li.list_item_2 .icon {
  margin-top: 9.0%;
}

.link_area .tab_list li.list_item_3 .icon {
  margin-top: 3.8%;
}

/*.link_area .tab_list .tit:after {*/
/*	display: block;*/
/*	content: "";*/
/*	height: 70px;*/
/*	width: 6px;*/
/*	background: #1e52d8;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	margin-left: -62%;*/
/*	top: 18%;*/
/*	opacity: 0;*/
/*	transform: translate(-20px, 0px);*/
/*	transition: opacity 0.3s ease-out, transform 0.3s ease-out;*/
/*}*/

/*.link_area .tab_list li.list_item_2 .tit {*/
/*	margin-top: -10.9%;*/
/*}*/

/*.link_area .tab_list li.list_item_2 .txt {*/
/*	margin-top: -0.2%;*/
/*}*/

/*.link_area .tab_list li.list_item_3 .tit {*/
/*	margin-top: -16.3%;*/
/*}*/

/*.link_area .tab_list li.list_item_3 .txt {*/
/*	margin-top: -6.2%;*/
/*}*/

.link_area .tab_list li {
  text-align: center;
  border: 1px solid #ccc;
}

.link_area .tab_list li.current {
  opacity: 1;
  border: 1px solid transparent;
  background-color: #f5f5f5;
}

/*.link_area .tab_list li.current .tit {*/
/*	margin-left: -28%;*/
/*}*/

/*.link_area .tab_list li.current .txt {*/
/*	margin-left: -28%;*/
/*}*/

/*.link_area .tab_list li.current .tit:after {*/
/*	opacity: 1;*/
/*	transform: translate(0px, 0px);*/
/*}*/

.link_area .tab_list li.current .icon {
  opacity: 1;
  margin-left: -27.5%;
}


.link_area .link_content {
  display: block;
  width: 100%;
  /*height: 780px;*/
  /*overflow: hidden;*/
}

.link_area .link_content .con {
  display: none;
  width: 100%;
  height: 100%;
}

.link_area .link_content .con_1 {
  display: block;
}

.link_area .link_con_list {
  display: block;
  width: 100%;
  height: 100%;
}

.link_area .link_con_list li {
  display: block;
  width: calc(100% / 3);
  /*width: 50%;*/
  float: left;
  height: 50%;
  background: url(../images/index_link_1_1.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.link_area .link_con_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.link_area .link_con_list li {
  padding-top: 20%;
}

.link_area .link_con_list li::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000060;
}

.link_area .link_con_list li a{
  position: relative;
  z-index: 3;
}

@media screen and (max-width:768px) {
  .link_area .link_con_list li {
    width: 50%;
    height: 0;
    padding-top: 50%;
  }

  .link_area .link_con_list .script .tit {
    font-size: 14px;
  }

}

.link_area .con_1 .link_con_list li.item_1 {
  background-image: url(../images/index_link_1_1.jpg);
}

.link_area .con_1 .link_con_list li.item_2 {
  background-image: url(../images/index_link_1_2.jpg);
}

.link_area .con_1 .link_con_list li.item_3 {
  background-image: url(../images/index_link_1_3.jpg);
}

.link_area .con_1 .link_con_list li.item_4 {
  background-image: url(../images/index_link_1_4.jpg);
}

.link_area .con_2 .link_con_list li.item_1 {
  background-image: url(../images/index_link_2_1.jpg);
}

.link_area .con_2 .link_con_list li.item_2 {
  background-image: url(../images/index_link_2_2.jpg);
}

.link_area .con_2 .link_con_list li.item_3 {
  background-image: url(../images/index_link_2_3.jpg);
  /*width: 100%;*/
}

.link_area .con_3 .link_con_list li.item_1 {
  background-image: url(../images/index_link_3_1.jpg);
}

.link_area .con_3 .link_con_list li.item_2 {
  background-image: url(../images/index_link_3_2.jpg);
}

.link_area .con_3 .link_con_list li.item_3 {
  background-image: url(../images/index_link_3_3.jpg);
}

.link_area .con_3 .link_con_list li.item_4 {
  background-image: url(../images/index_link_3_4.jpg);
}

.link_area .link_con_list .script {
  display: block;
  width: 100%;
  /*height: 50%;*/
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.link_area .link_con_list .script .tit {
  display: block;
  /*margin-left: 43px;*/
  /*margin-top: 119px;*/
  padding: 10px 0;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 24px;
  color: #fff;
  transition: margin-top 0.3s ease-out;

}

.link_area .link_con_list .script .txt {
  display: block;
  margin-left: 43px;
  margin-top: 9px;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transform: translate(0px, 15px);
  transition: opacity 0.3s ease-out;
  font-family: 'TencentSansw3';
  margin-right: 43px;
  height: 0;
}

.link_area .link_con_list .script .icon {
  display: block;
  height: 14px;
  width: 31px;
  background: url(../images/icon_arrow_r_s.png) no-repeat 0 0;
  position: absolute;
  right: 71px;
  top: 71px;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.link_area .link_con_list li a:hover .script .tit {
  margin-top: 59px;
}

.link_area .link_con_list li a:hover .script .txt {
  opacity: 0;
  transform: translate(0px, 0);
  height: 0;
}

.link_area .link_con_list li a:hover .script .icon {
  animation: a_arrow_r 0.2s linear forwards;
}

.ipart02 {
  padding: 30px 0;
  background: url(../image/ipart02_bg.png) no-repeat bottom right #f5f5f5;
}

.ipart02 .content a {
  display: block;
}

.ipart02 .content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.ipart02 .content::after {
  content: '';
  display: block;
  clear: both;
}

.ipart02 .content .item {
  width: 24%;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-bottom: 20px;
}

.ipart02 .content .item:nth-child(4n + 1) {
  margin-left: 0;
}

.ipart02 .content .item .rect-6075 {
  padding-bottom: 75%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.ipart02 .content .item .rect-6075 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.ipart02 .content .item .text {
  background: #fff;
}

.ipart02 .content .item .text .box {
  padding: 25px 30px;
}

.ipart02 .content .item .t {
  font-size: 18px;
  color: #262626;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}

.ipart02 .content .item .c {
  font-size: 14px;
  color: #666;
}

.ipart02 .content .item .cover {
  opacity: 0;
  transform: scale(0.6);
  visibility: hidden;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  width: 92%;
  height: 92%;
  top: 4%;
  left: 4%;
  background: #e92323bd;
}

.ipart02 .content .item .cover .box {
  padding: 70px 40px;
}

.ipart02 .content .item .cover .box .t {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}

.ipart02 .content .item .cover .box .c {
  color: #fff;
  line-height: 26px;
}
.ipart02 .content .item .cover .box .c p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.ipart02 .content .item .cover .box .icon {
  position: absolute;
  bottom: 70px;
  right: 40px;
  background: url(../image/ipart02_2.png) no-repeat center;
  width: 16px;
  height: 29px;
}

.ipart02 .content .item:hover .cover {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}


/*人才发展模块*/
.develop_area {
  display: block;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.develop_con {
  width: 1240px;
  margin: 0 auto;
}

.develop_area .develop_details {
  display: block;
  width: 450px;
  position: absolute;
  left: 12.6%;
  top: 16%;
  z-index: 2;
}

.develop_area .develop_details .tit {
  display: block;
  color: #fff;
  width: 450px;
  font-style: italic;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.develop_area .develop_details .txt {
  display: block;
  color: #fff;
  width: 450px;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.2;
  font-style: italic;
}

.develop_area .develop_details .icon_arrow_r {
  display: block;
  width: 38px;
  height: 16px;
  background: url(../images/icon_arrow_r.png) no-repeat 0 0;
  margin-left: 3px;
  background-size: 100% 100%;
}

.develop_area .slide_area {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.develop_area .slide_list {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  height: 600px;
}

.develop_area .slide_list li {
  display: inline-block;
  width: 100%;
  height: 600px;
  float: left;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
}

.develop_area .slide_list li.active {
  opacity: 1;
}

.develop_area .slide_list .li1 {
  background: url(../images/index_develop_bg1.jpg) no-repeat top;
  background-size: cover;
}

.develop_area .slide_list .li2 {
  background: url(../images/index_develop_bg2.jpg) no-repeat top;
  background-size: cover;
}

.develop_area .slide_list .li3 {
  background: url(../images/index_develop_bg3.jpg) no-repeat top;
  background-size: cover;
}

.descript_area {
  display: block;
  width: 100%;
}

.descript_area .txt {
  text-align: center;
  font-size: 24px;
  color: #232323;
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 10px;
  /* font-family: 'TencentSansw3'; */
  /* font-style: italic; */
}

@media only screen and (max-width:992px) {
  .ipart02 .content .item .t {
    font-size: 20px;
  }

}

@media screen and (max-width: 900px) {
  .link_area {
    height: 600px;
  }

  .link_area .link_hook {
    height: 100%;
  }

  .link_area .link_content {
    /*height: 100%;*/
  }

  .link_area .link_con_list .script .tit {
    margin-top: 89px;
  }

  /*.link_area .tab_list li .tit {*/
  /*	margin-left: -25%;*/
  /*}*/

  /*.link_area .tab_list li .txt {*/
  /*	margin-left: -25%;*/
  /*}*/

  /*.link_area .tab_list li .icon {*/
  /*	margin-left: -25%;*/
  /*}*/

  .link_area .tab_list li .tit {
    font-size: 20px;
  }

  .link_area .tab_list li.list_item_2 .icon {
    margin-top: 13%;
  }

  .link_area .tab_list li.list_item_3 .icon {
    margin-top: 7.8%;
  }
}

@media screen and (max-width: 768px) {
  .link_area {
    height: auto;
    background: #fbfbfb;
    width: 100%;
    margin-bottom: 0;
    padding: 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .link_area .link_hook {
    height: 100%;
    width: 100%;
}
  .link_area .link_con_list li {
    width: 50%;
    height: 0;
    padding-top: 50%;
  }

  .link_area .link_con_list .script .tit {
    font-size: 14px;
  }
}


@media only screen and (max-width: 760px) {
  .ipart02 {
    background: #fff;
  }

  .ipart02 .content .item:first-child {
    display: none;
  }

  .ipart02 .content .item {
    width: 49%;
    margin-bottom: 40px;
  }

  .ipart02 .content .item:last-child {
    margin-left: 2%;
  }

  .ipart02 .content .item .text {
    background: #f6f6f6;
  }

  .ipart02 .content .item .t {
    font-size: 13px;
    color: #363636;
  }

  .ipart02 .content .item .c {
    display: none;
  }

  .ipart02 .content .item .text .box {
    padding: 16px;
  }

  .ipart02 .content .item:hover .cover {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .ipart02 .content .item .cover .box .icon {
    display: none;
  }
}